tests/animated-resizing: Split frame statistics out into a separate file
authorOwen W. Taylor <otaylor@fishsoup.net>
Sun, 21 Apr 2013 22:31:36 +0000 (18:31 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Tue, 23 Apr 2013 18:04:40 +0000 (14:04 -0400)
commitb7063509f8cac919490d4f907ece5ec8d7e3f127
tree2542a77334e18e120458e5474402663a665aa3a8
parent0032b2dc5ad4c5faffb58565a3e4589335005c9e
tests/animated-resizing: Split frame statistics out into a separate file

Split the code for computing frame rate and latency into a separate file
so we can use it from multiple tests.
tests/Makefile.am
tests/animated-resizing.c
tests/frame-stats.c [new file with mode: 0644]
tests/frame-stats.h [new file with mode: 0644]
tests/variable.c
tests/variable.h
tests/video-timer.c